home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr13 / qtxt101.zip / QTXT.DOC < prev    next >
Text File  |  1995-03-14  |  3KB  |  80 lines

  1.  
  2.  
  3.  
  4.                                  QTXT v1.01
  5.              DOS utility: Converts .QWK packets to text files.
  6.                   Freeware, copyright (c) 1995 [95/03/14]
  7.                                      by
  8.                            David Daniel Anderson
  9.                                  Reign Ware
  10.  
  11.                   ** READ REIGNWAR.TXT FOR LEGAL TERMS **
  12.  
  13.  
  14.  
  15. QTXT converts the messages in one or more QWK packets to individual text
  16. files.  The text files can then be scanned, read or edited with standard
  17. DOS text programs, such as MS-DOS's FIND and EDIT.
  18.  
  19. Usage:    QTXT <QWKpacket(s)>
  20. Example:  QTXT c:\qwks\*.qwk
  21.  
  22. Note: DOS wildcards may be used when specifying the QWKpackets.
  23.  
  24. Additional notes:
  25.  
  26.    1) The original QWKs are not modified in any way.
  27.  
  28.    2) The resulting text files will have the same names as the specified
  29.       QWK files, except that the first letter of the extension will be a
  30.       'T', indicating that it is a "T"ext file.  For example:
  31.  
  32.           channel1.qwk   becomes:   channel1.twk
  33.           execnet.qw0    becomes:   execnet.tw0
  34.           niftybbs.qwa   becomes:   niftybbs.twa
  35.  
  36.    3) The temporary work files and resulting text files will always be
  37.       placed in the CURRENT directory.  If you want the text files to be
  38.       put in a specific directory, you have to change to that directory
  39.       *before* running QTXT.
  40.  
  41.    4) Edit QTXT.CFG if you wish to modify the extractor options.  Default
  42.       extract command is "pkunzip -# -o".
  43.  
  44.    5) QTXT tries to avoid overwriting existing files, but use caution with
  45.       important data nonetheless.
  46.  
  47.    6) If QTXT is unable to extract a MESSAGES.DAT file, it skips that QWK.
  48.  
  49.    7) QTXT looks at the CONTROL.DAT file in the QWK packets to get the BBS
  50.       name and conference names.  If the CONTROL.DAT is not found, then
  51.       those fields will be blank.
  52.  
  53.    8) You will get unpredictable results if the highest conference number
  54.       in the CONTROL.DAT file is greater than the maximum that QTXT v1.00
  55.       handles (which is 5337).
  56.  
  57.    9) The format of the header matches that of SPEED READ.  I choose this
  58.       format since I have just finished writing a program that does the
  59.       exact opposite of this one:
  60.  
  61.          SRQ turns SPEED READ text files into QWKs, and
  62.          QTXT turns QWKs into SPEED READ text files.
  63.  
  64.       The two work well together!
  65.  
  66. Errors:
  67.  
  68.    Not much can go wrong.  Just double check your command line parameters
  69.    if you get an error message.
  70.  
  71. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  72.  
  73.                                 REVISION HISTORY
  74.  
  75. v1.00 : 1995/02/24.  First public release.  DDA
  76. v1.01 : 1995/03/14.  Fixed long line truncation error.  DDA
  77.  
  78. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  79.  
  80.